home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / admin / secure / Tor - Privoxy - Vidalia.exe / Privoxy / templates / edit-actions-list < prev    next >
Text File  |  2006-11-04  |  14KB  |  402 lines

  1. ##############################################################################
  2. #
  3. # File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-list,v $
  4. #
  5. # Purpose     :  Template used to edit the actions file.
  6. #
  7. # Copyright   :  Written by and Copyright (C) 2001-2006 the SourceForge
  8. #                Privoxy team. http://www.privoxy.org/
  9. #
  10. #                Original Author: Copyright (C) 2001 Jonathan Foster
  11. #                http://www.jon-foster.co.uk/
  12. #
  13. #                This program is free software; you can redistribute it 
  14. #                and/or modify it under the terms of the GNU General
  15. #                Public License as published by the Free Software
  16. #                Foundation; either version 2 of the License, or (at
  17. #                your option) any later version.
  18. #
  19. #                This program is distributed in the hope that it will
  20. #                be useful, but WITHOUT ANY WARRANTY; without even the
  21. #                implied warranty of MERCHANTABILITY or FITNESS FOR A
  22. #                PARTICULAR PURPOSE.  See the GNU General Public
  23. #                License for more details.
  24. #
  25. #                The GNU General Public License should be included with
  26. #                this file.  If not, you can view it at
  27. #                http://www.gnu.org/copyleft/gpl.html
  28. #                or write to the Free Software Foundation, Inc., 59
  29. #                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  30. #
  31. # Revisions   :
  32. #    $Log: edit-actions-list,v $
  33. #    Revision 1.31  2006/09/10 14:39:24  hal9
  34. #    Fix typo + minor change.
  35. #
  36. #    Revision 1.30  2006/09/09 01:12:15  hal9
  37. #    Soften actions files update interval.
  38. #
  39. #    Revision 1.29  2006/07/18 14:49:13  david__schmidt
  40. #    Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
  41. #    with what was really the latest development (the v_3_0_branch branch)
  42. #
  43. #    Revision 1.26.2.4  2003/12/17 16:35:17  oes
  44. #    Work around new & silly MSIE behaviour where the request resulting from
  45. #    changing window.location.href doesn't reveal the referrer anymore
  46. #
  47. #    Revision 1.26.2.3  2002/09/25 15:34:09  oes
  48. #    - Work around JS problem in NS 2.0 (no joke)
  49. #    - Make JS string edit popup remove the pattern
  50. #      if edited to empty; make JS add popup do nothing
  51. #      if pattern empty.
  52. #
  53. #    Revision 1.26.2.2  2002/08/23 02:22:53  hal9
  54. #    Fix a perl brain fart with <li> in comments.
  55. #
  56. #    Revision 1.26  2002/05/23 23:37:25  oes
  57. #    Nit
  58. #
  59. #    Revision 1.25  2002/05/21 21:02:52  oes
  60. #    Added more help links
  61. #
  62. #    Revision 1.24  2002/05/21 19:11:40  oes
  63. #     - Added client-side JavaScript versions of edit and add URL forms
  64. #     - Moved jump targets to before container table cell
  65. #     - Let earu determine the jump target when removing URLs via JS
  66. #     - Fixed broken help link
  67. #
  68. #    Revision 1.23  2002/05/12 15:53:10  jongfoster
  69. #    Restoring CVS log information accidentally removed in
  70. #    my previous commit.
  71. #
  72. #    Revision 1.22  2002/05/12 15:45:33  jongfoster
  73. #    Applying [Patch 552094] New templates for edit-actions-list
  74. #    This cleans up the templates by:
  75. #    - Removing the (confusing) alternating color scheme.
  76. #    - Making everything left-justified.
  77. #
  78. #    Revision 1.21  2002/05/03 22:58:15  jongfoster
  79. #    Fixing link target in all URLs section
  80. #
  81. #    Revision 1.20  2002/04/26 12:57:18  oes
  82. #     - Central "button" link style in cgi-style.css
  83. #     - Help links now dynamic
  84. #
  85. #    Revision 1.19  2002/04/24 02:19:16  oes
  86. #     - Show name of actions file being edited
  87. #     - Show context sensitive help
  88. #     - Add buttons for easy changing of defaults
  89. #     - Cosmetics and clarifications
  90. #
  91. #    Revision 1.18  2002/04/18 19:21:09  jongfoster
  92. #    Added code to detect "conventional" action files, that start
  93. #    with a set of actions for all URLs (the pattern "/").
  94. #    These are special-cased in the "edit-actions-list" CGI, so
  95. #    that a special UI can be written for them.
  96. #
  97. #    Revision 1.17  2002/04/10 13:32:53  oes
  98. #    Made templates modular
  99. #
  100. #    Revision 1.16  2002/04/08 17:08:14  oes
  101. #    Cosmetic: make status in title lowercase
  102. #
  103. #    Revision 1.15  2002/04/05 16:01:32  oes
  104. #    Correct HTML, external Stylesheets, eye candy, some fixes
  105. #
  106. #    Revision 1.14  2002/03/26 22:29:56  swa
  107. #    we have a new homepage!
  108. #
  109. #    Revision 1.13  2002/03/24 15:23:33  jongfoster
  110. #    Name changes
  111. #
  112. #    Revision 1.12  2002/03/24 11:01:06  swa
  113. #    name change
  114. #
  115. #    Revision 1.11  2002/03/23 16:18:15  swa
  116. #    renamed every reference to the old name with foobar.
  117. #    fixed "application foobar application" tag, fixed
  118. #    "the foobar" with "foobar". left junkbuster in cvs
  119. #    comments and remarks to history untouched. should
  120. #    make final rename easier.
  121. #
  122. #    Revision 1.10  2002/03/16 15:22:19  jongfoster
  123. #    Moving 'alpha' warning to the end of the page
  124. #
  125. #    Revision 1.9  2002/03/05 00:24:51  jongfoster
  126. #    Patch to always edit the current actions file.
  127. #
  128. #    Revision 1.8  2002/03/03 10:29:12  swa
  129. #    point users to the right feedback forms,
  130. #    not necessarily the developer list.
  131. #
  132. #    Revision 1.7  2002/01/23 00:26:45  jongfoster
  133. #    Reducing length of URLs
  134. #    Where encoded and unencoded versions of a string existed, removing
  135. #    the unencoded one.
  136. #
  137. #    Revision 1.6  2002/01/17 21:33:00  jongfoster
  138. #    Replacing all references to the URL of the config interface
  139. #    with @default-cgi@
  140. #
  141. #    Revision 1.5  2002/01/17 21:21:05  jongfoster
  142. #    DOS->Unix line endings
  143. #
  144. #    Revision 1.4  2001/11/13 00:58:18  jongfoster
  145. #    New version of actions file editor templates
  146. #
  147. #
  148. ##############################################################################
  149. #
  150. # Browser support for the CSS on this page:
  151. #   MS Internet Explorer 5.5 - Yes - everything works.
  152. #   Netscape 6.2             - Yes - everything works.
  153. #   Netscape 4.75            - No  - CSS buttons look really bad, but they are
  154. #                                    usable.  Everything else works.
  155. #   Opera 5.12               - Yes - everything works.
  156. #   MS Internet Explorer 4+  - Untested
  157. #   MS IE 3.x, NS3.x         - Untested (Don't support CSS, so everything
  158. #                              should work, but will look ugly).
  159. #   Mozilla >=0.6            - Yes - everything works.
  160. #
  161. # All browsers should work, you just might not get the pretty CSS buttons.
  162. #
  163. # If your favorite browser isn't listed/tested, please test and add it.
  164. #
  165. #
  166. #############################################################################
  167. #
  168. # Standard support:
  169. #
  170. # This file currently produces valid HTML 4.01 Strict.
  171. #
  172. # If you change it, please save the generated page from your web browser
  173. # and then upload it to http://validator.w3.org/ for checking.
  174. #
  175. #############################################################################
  176. #
  177. # Available variables include:
  178. #
  179. # filename
  180. # ver
  181. #
  182. #
  183. #############################################################################
  184. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  185. <html>
  186.  
  187. <head>
  188.   <meta http-equiv="Content-Style-Type" content="text/css">
  189.   <meta http-equiv="Content-Script-Type" content="text/javascript">
  190.   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  191.   <meta name="robots" content="noindex,nofollow">
  192.   <link rel="stylesheet" type="text/css" href="@default-cgi@send-stylesheet">
  193.  
  194.   <title>Privoxy: Edit actions file @f@.action</title>
  195.  
  196.   <style type="text/css">
  197.  
  198. table.framed {
  199.   border: solid black 1px;
  200.   margin: 10px 0px;
  201. }
  202. tr.actions {
  203.   background-color: #eeffee;
  204. }
  205. tr.url {
  206.   background-color: #ddddff;
  207. }
  208. tr.adv {
  209.   background-color: #FFFFD0;
  210. }
  211. td.header {
  212.   font-weight: bold;
  213.   font-size: 110%;
  214.   padding: 10px 15px 2px 15px;
  215. }
  216. td.url {
  217.   font-weight: bold;
  218. }
  219. td.action {
  220.   font-weight: bold;
  221.   font-style: italic;
  222.   padding: 2px 30px;
  223. }
  224. td.nbr, td.buttons {
  225.   white-space: nowrap;
  226. }
  227. td.indentbuttons {
  228.   padding: 2px 30px;
  229. }
  230. </style>
  231.  
  232. <script type="text/javascript">
  233. <!--
  234.  
  235. // Non-JS capable browsers will follow the link to a HTML "are you sure?" page
  236. // JavaScript-capable browsers will call this function, which does a
  237. // client-side prompt for speed.  It may kick off the delete directly.
  238. // It always returns false to cancel following the link.
  239. function rm_p(link,pattern,curtext)
  240. {
  241.    if (window.confirm("Are you sure you want to delete this URL pattern?\nPattern is: "+unescape(curtext)))
  242.    {
  243.       link.href="edit-actions-remove-url?f=@f@&v=@v@&p="+pattern;
  244.       return true;
  245.    }
  246.    return false;
  247. }
  248.  
  249. function e_p(link,pattern,curtext)
  250. {
  251.    if ((newtext=window.prompt("Edit the pattern to your needs:", unescape(curtext))) != null)
  252.    {
  253.       if (newtext != "")
  254.       { link.href="edit-actions-url?f=@f@&v=@v@&p="+pattern+"&u="+escape(newtext); }
  255.       else
  256.       { link.href="edit-actions-remove-url?f=@f@&v=@v@&p="+pattern; }
  257.       return true;
  258.    }
  259.    return false;
  260. }
  261.  
  262. function a_p(link,section)
  263. {
  264.    if (((newtext=window.prompt("Enter the new pattern:", "")) != null ) && (newtext != ""))
  265.    {
  266.       link.href="edit-actions-add-url?f=@f@&v=@v@&s="+section+"&u="+escape(newtext);
  267.       return true;
  268.    }
  269.    return false;
  270. }
  271. //-->
  272. </script>
  273. </head>
  274.  
  275. <body>
  276.  
  277.   <table cellpadding="20" cellspacing="10" border="0" width="100%">
  278.     <tr>
  279.       <td class="title">
  280.  
  281. #include mod-title
  282.  
  283.       </td>
  284.     </tr>
  285.  
  286. <!-- @if-unstable-start -->
  287. # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
  288.     <tr>
  289.       <td class="warning">
  290.  
  291. #include mod-unstable-warning
  292.  
  293.       </td>
  294.     </tr>
  295. <!-- if-unstable-end@ -->
  296.  
  297.     <tr>
  298.       <td class="info">
  299.     <h2>What is all this?</h2>
  300.         <p>
  301.          If you haven't already done so, it is <b>strongly recommended</b> that you at 
  302.          least skim <a href="@user-manual@@actions-help-prefix@ACTIONS-FILE">the
  303.          chapter on actions files</a> in the <a href="@user-manual@">User Manual</a>
  304.          before making any changes. You will also find a comprehensive list of
  305.          all available actions there, as well how the settings on this page
  306.          work.
  307.         </p>
  308.          <!-- @if-all-urls-present-then@ -->
  309.         <p>
  310.          Please note that <b>the first section has special importance</b>. It sets the default actions for
  311.          all URLs. The resulting actions for a particular URL may differ from these defaults if that
  312.          URL matches again further down, but this section is largely responsible for your browsing
  313.          experience. Edit manually with great care, or choose from the predefined sets of actions.
  314.         </p>
  315.         <!-- @else-not-all-urls-present@@endif-all-urls-present@ -->
  316.         <!-- @if-default-action-then@ -->
  317.         <p>
  318.          This is the default action file. Updates for it are available from
  319.          <a href="http://www.privoxy.org/">Privoxy.org</a> from time to time. 
  320.          It is therefore <b>not recommended</b> that you add your private
  321.          rules here, since they will be lost if you install an update in the future.
  322.          Put your rules in a separate actions file, like <tt>user.action</tt> instead.
  323.         </p>
  324.         <!-- @else-not-default-action@@endif-default-action@ -->
  325.       </td>
  326.     </tr>
  327.  
  328.     <tr>
  329.       <td class="box">
  330.         <div class="buttons">
  331.           <h2>Editing Actions File @f@.action</h2>
  332.           <!-- @if-all-urls-present-then@@else-not-all-urls-present@ -->
  333.           <p><a class="cmd" href="edit-actions-section-add?f=@f@&v=@v@&s=0">Insert new section at top</a></p>
  334.           <!-- @endif-all-urls-present@ -->
  335.         </div>
  336.       </td>
  337.     </tr>
  338.  
  339.     <!-- @if-all-urls-present-then@ -->
  340.     <tr>
  341.       <td class="container"><a name="l@all-urls-s@"></a>
  342.         <table border="0" width="100%" cellspacing="2" cellpadding="3" class="framed">
  343.           <tr class="actions"><td class="header"><a href="@user-manual@@actions-help-prefix@ACTIONS">Actions</a>:</td></tr>
  344.           <tr class="actions">
  345.             <td class="indentbuttons">
  346.               <a href="eafu?f=@f@&v=@v@&s=@all-urls-s@">Edit</a>
  347.               @all-urls-buttons@
  348.             </td>
  349.           </tr>
  350.           <tr class="actions"><td class="action">@all-urls-actions@</td></tr>
  351.           <tr class="url"><td class="header"><a href="@user-manual@@actions-help-prefix@AF-PATTERNS">URL patterns</a>:</td></tr>
  352.           <tr class="url"><td class="indentbuttons">/   <i>(Matches all requests)</a></td></tr>
  353.           <tr class="adv"><td class="header">Advanced:</td></tr>
  354.           <tr class="adv">
  355.             <td class="indentbuttons">
  356.               <a href="easa?f=@f@&v=@v@&s=@all-urls-s@#l@all-urls-s-next@">Insert new section below</a>
  357.             </td>
  358.           </tr>
  359.         </table>
  360.       </td>
  361.     </tr>
  362.     <!-- @else-not-all-urls-present@@endif-all-urls-present@ -->
  363.  
  364. @sections@
  365.  
  366.     <tr>
  367.       <td class="box">
  368.         <h2>More Privoxy:</h2>
  369.         <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
  370.       </td>
  371.     </tr>
  372.  
  373.     <tr>
  374.       <td class="info">
  375.  
  376. #include mod-support-and-service
  377.  
  378.       </td>
  379.     </tr>
  380.  
  381. <!-- @if-have-help-info-start -->
  382.     <tr>
  383.       <td class="info">
  384.  
  385. #include mod-local-help
  386.  
  387.       </td>
  388.     </tr>
  389. <!-- if-have-help-info-end@ -->
  390.  
  391.     <tr>
  392.       <td>
  393.         <small><small>Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></small></small>
  394.       </td>
  395.     </tr>
  396.  
  397.   </table>
  398. </body>
  399.  
  400. </html>
  401.